"$honkai star rail" shadcn/ui theme

futuristic
bold-colors
high-contrast
immersive
experimental
modern
innovative
visually-striking

Shadcn/ui Theme Css Variables

name: Star Forgekeyword: $honkai star rail views: 18

:root {
  --background: 240 85% 95%;
  --foreground: 0 85% 95%;
  --card: 0 85% 95%;
  --card-foreground: 240 85% 5%;
  --popover: 0 85% 95%;
  --popover-foreground: 240 85% 5%;
  --primary: 330 85% 95%;
  --primary-foreground: 210 85% 5%;
  --secondary: 210 85% 95%;
  --secondary-foreground: 330 85% 5%;
  --muted: 210 85% 95%;
  --muted-foreground: 330 85% 25%;
  --accent: 330 85% 95%;
  --accent-foreground: 210 85% 5%;
  --destructive: 0 85% 95%;
  --destructive-foreground: 210 85% 5%;
  --border: 240 85% 5%;
  --input: 240 85% 25%;
  --ring: 330 85% 95%;
  --radius: 2rem;
  --chart-1: 210 85% 65%;
  --chart-2: 240 85% 85%;
  --chart-3: 330 85% 65%;
  --chart-4: 0 85% 65%;
  --chart-5: 210 85% 85%;
}